XML - определение. Что такое XML
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое XML - определение

MARKUP LANGUAGE BY THE W3C FOR ENCODING OF DATA
EXtensible Markup Language; Extensible markup language; Xml; .xml; XML Specification; XML document; XML vocabulary; XML tag set; XML feed; XML feeds; XML parser; DS-XML; Extended markup language; Extended Markup Language; Valid XML document; Xml parser; Web3S; Text/xml; Design Extensible Markup Language; Pull parser; Pull-style parser; Pull parsing; Start-tag; Extensible Markup Language; Extended Reference Concrete Syntax; Xml:lang; XML comment; 3dm; Dynamic XML; Criticism of XML
Найдено результатов: 167
XML         
eXtensible Markup Language (Reference: WWW, XML)
XML         
XML         
¦ abbreviation Computing Extensible Markup Language.
Extensible Markup Language         
<language, text> (XML) An initiative from the W3C defining an "extremely simple" dialect of SGML suitable for use on the World-Wide Web. XML/">http://w3.org/XML/. [Relationship to the XSL forthcoming subset of DSSSL?] (1997-11-20)
XML retrieval         
XML Retrieval; XML-IR; XML IR; Content-based XML-Retrieval; Content-based XML retrieval; XML-Retrieval
XML retrieval, or XML information retrieval, is the content-based retrieval of documents structured with XML (eXtensible Markup Language). As such it is used for computing relevance of XML documents.
XML Encryption         
IS A SPECIFICATION, GOVERNED BY A W3C RECOMMENDATION, THAT DEFINES HOW TO ENCRYPT THE CONTENTS OF AN XML ELEMENT.
Xml encryption; Xml-enc
XML Encryption, also known as XML-Enc, is a specification, governed by a W3C recommendation, that defines how to encrypt the contents of an XML element.
Binary XML         
ANY BINARY FILE FORMAT USED AS A COMPACT REPRESENTATION FOR XML
Binary xml; XML Binary; Binary markup language
Various binary formats have been proposed as compact representations for XML (Extensible Markup Language). Using a binary XML format generally reduces the verbosity of XML documents thereby also reducing the cost of parsing,The performance woe of binary XML http://webservices.
Microsoft Office XML formats         
FILE FORMAT FAMILY INTRODUCED AT MICROSOFT OFFICE XP AND MICROSOFT OFFICE 2003
WordprocessingML; User:Flemingr/Microsoft Office 2003 XML formats; Microsoft Office 2003 XML formats; Microsoft Office XML Formats; Excel-XML
The Microsoft Office XML formats are XML-based document formats (or XML schemas) introduced in versions of Microsoft Office prior to Office 2007. Microsoft Office XP introduced a new XML format for storing Excel spreadsheets and Office 2003 added an XML-based format for Word documents.
XML Schema (W3C)         
W3C XML SCHEMA LANGUAGE
PSVI; XML Schema Definition; XSD; W3C XML Schema; WXS; Xsd; .xsd; Schema document; Xsd:; Wxs
XSD (XML Schema Definition), a recommendation of the World Wide Web Consortium (W3C), specifies how to formally describe the elements in an Extensible Markup Language (XML) document. It can be used by programmers to verify each piece of item content in a document, to assure it adheres to the description of the element it is placed in.
XML editor         
  • editing an XML file in a WYSIWYG editor
SOFTWARE FOR MODIFYING XML DOCUMENTS
XML Editor; Xml editor
An XML editor is a markup language editor with added functionality to facilitate the editing of XML. This can be done using a plain text editor, with all the code visible, but XML editors have added facilities like tag completion and menus and buttons for tasks that are common in XML editing, based on data supplied with document type definition (DTD) or the XML tree.

Википедия

XML

Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstructing arbitrary data. It defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. The World Wide Web Consortium's XML 1.0 Specification of 1998 and several other related specifications—all of them free open standards—define XML.

The design goals of XML emphasize simplicity, generality, and usability across the Internet. It is a textual data format with strong support via Unicode for different human languages. Although the design of XML focuses on documents, the language is widely used for the representation of arbitrary data structures such as those used in web services.

Several schema systems exist to aid in the definition of XML-based languages, while programmers have developed many application programming interfaces (APIs) to aid the processing of XML data.